LOG.error(e);
}
catch (ExecutionException e) {
showWarning(e.getMessage(), project);
}
if (process == null) {
writeProjects(project);
}
catch (IOException e) {
showWarning(project, e.getMessage());
LOG.error(e);
}
catch (ExecutionException e) {